runtime.mapextra.overflow (field)
9 uses
runtime (current package)
map.go#L135: overflow *[]*bmap
map.go#L261: *h.extra.overflow = append(*h.extra.overflow, ovf)
map.go#L271: if h.extra.overflow == nil {
map.go#L272: h.extra.overflow = new([]*bmap)
map.go#L902: it.overflow = h.extra.overflow
map.go#L1163: if h.extra != nil && h.extra.overflow != nil {
map.go#L1168: h.extra.oldoverflow = h.extra.overflow
map.go#L1169: h.extra.overflow = nil
![]() |
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |